win32: Fix compiler warning
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Mar 2012 18:40:15 +0000 (19:40 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 15 Mar 2012 01:55:25 +0000 (02:55 +0100)
gtk/gtkwin32theme.c

index 161df961c21dc72576264f6b89254746a2f259cb..6fb480e223c21466b4ee01157c15c60d46bd06ba 100644 (file)
@@ -200,8 +200,8 @@ _gtk_win32_theme_part_create_surface (HTHEME theme,
   cairo_t *cr;
   int x_offs;
   int y_offs;
-  gboolean has_alpha;
 #ifdef G_OS_WIN32
+  gboolean has_alpha;
   HDC hdc;
   RECT rect;
   SIZE size;